#!/bin/sh
# This file is generated automatically. Do not edit its contents.
(INSTPATH="/Applications/GlobeTrotter Connect"
BINLOCATION="GlobeTrotter Connect.app/Contents/MacOS"

pid=`ps ax -o "pid,command" | sed -nEe "/\/Installer.app\//s/^ *([0-9]+) .+/\1/p"`
while [ "0" != `ps -p $pid | grep "^ *$pid" | wc -l` ] ; do
	sleep 1
done
"${INSTPATH}/${BINLOCATION}/CardSwitcher") &
exit 0